home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bld23.zip / BINSTL50.BAT < prev    next >
DOS Batch File  |  1995-08-27  |  2KB  |  55 lines

  1. @Echo Off
  2. Cls
  3. Echo Aeolus Software          BUILDER Clipper (tm) Code Generator
  4. Echo                          Version 2.3
  5. Echo .
  6. Echo Installation:
  7. Echo .
  8. Echo This is the Installation for the Version 5.0 to 5.1 of Clipper.  If you
  9. Echo do not want to Install this version, press Ctrl+Break now.
  10. Echo .
  11. Echo If your 5.0 to 5.1 Version of Clipper is located in the subdirectory
  12. Echo \CLIPPER5 on the current default drive press a key to proceed.
  13. Echo .
  14. Echo If your 5.0 - 5.1 version of Clipper is located in a subdirectory other
  15. Echo than \CLIPPER5, press Ctrl+Break and from the DOS prompt type:
  16. Echo    "BINSTL50 \CLIPDIR\"
  17. Echo Without the quotes of course.  Where "CLIPDIR" is the name of the sub-
  18. Echo directory where the subdirectories BIN, INCLUDE, LIB, and OBJ are
  19. Echo located, include the trailing backslash!
  20. Echo .
  21. Pause
  22. Cls
  23. If Exist \Ng\*.Ng Copy Builder.Ng \Ng
  24. Cls
  25. Echo Installing Builder Version 2.3 ...
  26. If %1!==! Set BDIR=\CLIPPER5\
  27. If Not %1!==! Set BDIR=%1
  28. If Not Exist %BDIR%BIN\CLIPPER.EXE Goto Err
  29. Copy Builder.Exe %BDIR%BIN\Builder.Exe
  30. Copy Breport.Exe %BDIR%BIN\Breport.Exe
  31. Copy BldrC50.Lib %BDIR%LIB\Builder.Lib
  32. Copy BasmC5X.Lib %BDIR%LIB\BldrAsm.Lib
  33. Copy BldrHelp.Dbf %BDIR%BIN\BldrHelp.Dbf
  34. Copy BldrHelp.Dbt %BDIR%BIN\BldrHelp.Dbt
  35. Copy Bmouse.C50 %BDIR%OBJ\Bmouse.Obj
  36. Copy Builder.H50 %BDIR%INCLUDE\Builder.Ch
  37. Echo You Should See "1 file(s) copied" 8 Times, If Not Call Aeolus at
  38. Echo (612) 730-4135
  39. Echo .
  40. Echo Installation Complete.
  41. Echo .
  42. Echo Assuming your Clipper Compiler is Accessible Through your DOS Path,
  43. Echo Type BUILDER or BREPORT from the DOS Command Line to Begin Creating
  44. Echo Builder Applications or Breport Reports.
  45. Echo .
  46. Echo Before Discarding this Program out of Exasperation, Call (612) 730-4135
  47. Echo for Support.  Unregistered Users Receive 5 FREE Support Calls!!
  48. Goto Out
  49. :Err
  50. Cls
  51. Echo ERROR:  The Subdirectory %BDIR%BIN\ Does Not Contain the File CLIPPER.EXE
  52. Echo         Installation of Builder CANNOT be Performed.
  53. :Out
  54. Set BDIR=
  55.